font chooser widget: Add missing build flags
authorKouhei Sutou <kou@clear-code.com>
Mon, 6 Aug 2018 07:15:48 +0000 (16:15 +0900)
committerKouhei Sutou <kou@clear-code.com>
Mon, 6 Aug 2018 07:19:35 +0000 (16:19 +0900)
commit4c94a76237446f22646a5367bdf48b6b13eeff92
treee3010230b860678aa7cfed34321a1170c634b9ab
parentac030fd5e1ecc7942a505611deb97cb07b2b2676
font chooser widget: Add missing build flags

If we detect HarfBuzz and PangoFT2, GtkFontChooserWidget uses them. So
we need to add CFLAGS and LIBS of them to GTK_DEP_CFLAGS/LIBS. If we
don't add them, MinGW build fails to link.
configure.ac
demos/gtk-demo/Makefile.am